<% if not instr(Request.ServerVariables("HTTP_USER_AGENT"), "MSIE") then %> <% else %> <% end if %>


Microsoft Reference Setup Troubleshooter

To extract a file the from the Windows 95 CD-ROM, follow these steps:

  1. Click Start, point to Programs, and then click MS-DOS Prompt.

  2. Type "cd\" (without quotation marks), and then press ENTER.

  3. Insert the Windows 95 CD-ROM into the CD-ROM drive, and then close the Windows 95 screen if it appears.

  4. Type the following line at the command prompt, and then press ENTER

      extract /a <drive>:\Win95\Win95_<nn>.cab <filename> /l c:\<windows>\system

    where <drive> is the drive letter assigned to your CD-ROM drive, <nn> is the number of the cabinet file containing the file you want to extract, <filename> is the name of the file you want to extract, and <windows> is the name of the folder in which Windows is installed.

    For example, to extract the Dciman.dll file from the Windows 95 CD-ROM, type the following line:

      extract /a <drive>:\Win95\Win95_08.cab Dciman.dll /l c:\<windows>\system

  5. Type "exit" (without quotation marks), and then press ENTER to return to Windows.

To extract a file the from a Windows 95 floppy disk, follow these steps:

  1. Click Start, point to Programs, and then click MS-DOS Prompt.

  2. Type "cd\" (without quotation marks), and then press ENTER.

  3. Insert the appropriate Windows 95 floppy disk into the floppy disk drive.

  4. Type the following line at the command prompt, and then press ENTER

      extract /a <drive>:\Win95_<nn>.cab <filename> /l c:\<windows>\system

    where <drive> is the drive letter assigned to your floppy disk drive, <nn> is the number of the cabinet file containing the file you want to extract, <filename> is the name of the file you want to extract, and <windows> is the name of the folder in which Windows is installed.

    For example, to extract the Dciman.dll file from the Windows 95 DMF disk set, type the following line:

      extract /a <drive>:\Win95_08.cab Dciman.dll /l c:\<windows>\system

  5. Type "exit" (without quotation marks), and then press ENTER to return to Windows.

Back



� 1998 Microsoft Corporation. All rights reserved. Terms of Use.